home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / listings / v_11_07 / 1107032c < prev    next >
Text File  |  1993-04-26  |  188b  |  12 lines

  1. // MOUTINST.CPP
  2. // Used to build a static object 
  3. // to be stored in the Windows 
  4. // .LIB file for the DLL. 
  5.  
  6. #include "mstream.h"
  7.     // static instance of class
  8. mstream mout;
  9.  
  10.  
  11.  
  12.